home *** CD-ROM | disk | FTP | other *** search
- Path: news.cybercom.net!usenet
- From: nield@cybercom.net (John Nield)
- Newsgroups: comp.lang.c
- Subject: Re: Memory deallocation and linked lists
- Date: Wed, 17 Apr 1996 05:03:41 GMT
- Organization: Cyber Access Internet Services (617) 396-0491
- Message-ID: <4l1u56$s49@orion.cybercom.net>
- References: <4l1hpk$hk5@alice.walrus.com>
- Reply-To: nield@cybercom.net
- NNTP-Posting-Host: dial2-16.cybercom.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- warrenj@walrus.com (Warren Johnson) wrote:
-
- >Greetings!
- >Let us suppose I have a singularly linked list. If i free up the first
- >node, will all of the rest of the nodes be freed up as well? Free
- >meaning, using the borland command free().
- no
- > Do I have to free up each node
- >seperately?
- not if you use the exit() command
-
- >Something I've never actually known >:). Thanks in advance.
-
- >--
- >Warren D. Johnson
- >CEO and Founder
- >Runtime Computing, Inc.
-
-
-